syntax analysis

英 [ˈsɪntæks əˈnæləsɪs] 美 [ˈsɪntæks əˈnæləsɪs]

网络  語法分析; 语法分析; 语义分析; 句法分析; 语汇分析

计算机



双语例句

  1. You should also make static syntax analysis part of your development process.
    您还应使静态语法分析成为开发流程的一部分。
  2. The integrated development environment ( IDE) tool can provide many helpful features, such as code completion, syntax highlighting, syntax analysis, refactoring, and debugging.
    集成开发环境(IDE)工具可以提供大量有用功能,例如代码完成、语法突出显示、语法分析、重构和调试。
  3. Static syntax analysis is what lint, strict compilation, and several commercial products do: Scan a source text and spot items that a compiler accepts, but that are likely to be symptoms of mistakes.
    静态语法分析是lint、严格编译和几种商业产品执行的内容:扫描编译器接受的源文本和目标项,但这可能是错误的症状。
  4. According to the processing procedure of query pre-compiler, this paper givens the general design and implementation of syntax analysis, semantics analysis in MDBI query pre-compiler.
    按照查询预处理的处理过程,分别描述了MDBI查询预处理器中词法分析、语法分析、语义分析的设计和实现。
  5. State Matrix is one of the methods of syntax analysis in compiler.
    状态矩阵法是编译程序中进行语法分析方法之一。
  6. LR experimental design analysis program LR report tectonic analysis procedure, and use it for syntax analysis, judgment is whether the string of symbols for the identification of sentence grammar;
    构造LR分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子;
  7. Plagiarism detection program based on syntax analysis
    基于语法解析的抄袭检查程序的设计与实现
  8. Design and Implementation of Auto-test Tool for Hyperlink Based on Syntax Analysis
    基于词法分析的超链接自动测试技术与实现
  9. Decomposition policy can divide syntax analysis tasks into different levels of small tasks, which rather than on the complete syntactic analysis is feasible.
    使用分治的策略将句法剖析任务分为不同层面的小任务,逐层进行句法剖析是一种可行有效的方法。
  10. A design of expert system of syntax analysis in Chinese based on neural networks is proposed.
    知识获取一直以来是自然语言处理中的瓶颈,基于树库的统计句法分析也不例外。
  11. Reconstruction of Disaster District based on Space Syntax Analysis: Take the case of the Blocks in Fuxin Village in Sichuan
    灾后街区重构中的空间句法的应用&以四川富新镇街区设计为例
  12. Aiming at shortcomings of the present technologies, this paper offers a new intrusion-detection technology which is based on sequence of characteristic information syntax analysis.
    针对滥用类入侵检测技术存在的不足,提出了基于特征信息序列语法分析的入侵检测技术。
  13. The work in the first phase is to complete the lexical analysis and syntax analysis of ATLAS.
    第一期的工作是完成ATLAS语言的词法分析和语法分析;
  14. The Chinese syntax analysis expert system based on neural network is proposed.
    提出了一种基于神经网络的汉语文法分析专家系统。
  15. It describes the system using the functional unification grammar and also discusses the matching algorithm, syntax analysis and decidable problem analysis.
    使用了功能合一语法对描述系统,对系统中采用的匹配算法、语法分析及可判定性分析进行了讨论。
  16. Analysis part mainly consists of accidence analysis, parsing, syntax analysis;
    分析部分主要包括词法分析、语法分析和语义分析;
  17. The compiled system includes the phrase analysis, syntax analysis, language analysis and generate target code.
    软PLC的编译程序包括词法分析、语法分析、语义分析和目标代码生成四个阶段。
  18. The traditional methods of NLI designing include pattern-matching, syntax analysis, semantic grammar, and intermediate representation languages.
    自然语言接口设计的传统方法包括模板匹配、句法分析、语义语法和中间表述语言等。
  19. The system introduces the combination of deep and shallow syntax analysis methods.
    该系统总结了现有工作,提出了使用深层语法分析和浅层语法分析相结合来提供健壮的自然语言查询接口的方法。
  20. The operator precedence parsing and recursive descent parsing are used in the syntax analysis and the intermediate code is quadruples.
    语法分析中使用了算符优先分析法和递归下降分析法;
  21. As viewed from man's cognition behavior, the authors explore Chinese syntax analysis method.
    从人的语言认知行为的角度探索了汉语文法分析方法。
  22. By using the syntax-lead semantic analysis, this paper can accomplish syntax analysis and semantic analysis in one time scan.
    在语义分析方面,本文采取了语法制导的语义分析方法,可以在一次扫描中完成语法分析和语义分析两项工作。
  23. Syntax Analysis and Translation of PLC's Code
    PLC指令代码的文法分析和翻译
  24. The Design and Implementation of DTD Syntax Analysis on SGML System
    SGML系统中DTD语法分析器的设计与实现
  25. Semantic analysis is carried out during syntax analysis.
    语义分析在语法分析的过程中进行。
  26. This part include semantic and syntax analysis of Noun-Classifier construction.
    这一部分包括名量构式的句法分析和语义分析。
  27. The compiler front-end includes lexical analysis, syntax analysis and semantic analysis.
    编译器前端包括词法分析器、语法分析器和中间代码生成器等。
  28. The application of lexical analysis and syntax analysis to syntax checking of flights scheduling was discussed in detail.
    详细探讨了词法分析和语法分析技术在航班句法检查中的运用。
  29. This paper analyzed problems encountered in the automatic modeling process such as data compatibility and structure legalization, and then proposed a method which solved problems through lexical analysis and syntax analysis.
    分析了自动建模过程中遇到的数据兼容性和结构合法化问题,提出了通过词法分析和语法分析解决问题的方法和实践。
  30. Carries on the semantic analysis for the result of the syntax analysis.
    对语法分析后得到的结果进行语义分析。